CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Sobel Filter

搜索资源列表

  1. 数字图像处理alpha版

    6下载:
  2. 本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波器) 5.形态学(膨胀,腐蚀,开,闭运算,边缘提取) 6.图
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3416061
    • 提供者:王晗
  1. mysmoothandsharp

    0下载:
  2. 该压缩包中的程序实现对图像的平滑和锐化,其中采用多种方法实现平滑(包括均值滤波,中值滤波,顺序统计滤波)和锐化(包括采用Sobel算子和高通滤波)。-Program realization of the right image sharpening and smoothing. using a variety of methods in which to achieve smooth (including mean filtering, median filtering, Order Stati
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2826
    • 提供者:李文
  1. test12-28

    1下载:
  2. 1.几种灰度变换,分段线性化,平方变换,对数变换,平方根变换等等 2.几种滤波器,中值滤波,均值滤波等等 3.图像分割,边缘检测,轮廓提取,以及SOBEL梯度算子 4.彩色图像,红色通道,绿色通道,蓝色通道 5.图像的几何变换,图像缩放,镜像(水平镜像和垂直镜像) -1. Several gray-scale transformation, piecewise linear, square transform, the number of transformation, an
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69235
    • 提供者:gloria
  1. sobelsuanzi

    0下载:
  2. 此程序先由Butterworth高通滤波器滤波图像,后用sobel算子程序进行边缘检测,效果不错!-this procedure first Butterworth high-pass filter images, After segmentation operator subroutine used for edge detection, good results!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:823
    • 提供者:张雨风
  1. DigitalImageProcessing_v1

    0下载:
  2. 本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:1389194
    • 提供者:Johnson Huang
  1. 图象处理程序

    0下载:
  2. 提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-the image histogram equalization, robert, segmentation, prewitt, "and Gauss methods of edge detection operators, the median fil
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:582763
    • 提供者:姚立月
  1. Spatial-filtering-of-images

    2下载:
  2. 现有三幅图像,图像1是包装瓶中的气泡图片,图像2是印刷电路板的元器件焊接质量检查图,图像3是封装后的胶囊状药品。实验要求从这三幅图片中, 1. 选择一副图像,并叠加零均值高斯噪声,分别利用均值滤波和中值滤波器对该有噪图像进行滤波,显示滤波后的图像,比较两滤波器的滤波效果。 2. 选择一副图像,并叠加椒盐噪声,分别用均值滤波器,中值滤波器对该图像进行滤波,比较滤波器的滤波效果。 3. 选择一幅图像,分别利用Laplacian算子和Sobel算子对图像进行锐化操作,比较锐化的效果。-Th
  3. 所属分类:Special Effects

    • 发布日期:2016-03-25
    • 文件大小:199680
    • 提供者:李新文
  1. tuxiangruihua

    0下载:
  2. 图像锐化,包含拉普拉斯锐化法 4邻域模板 巴特沃斯高通滤波器锐化, 阶数M=3 截断频率D0=40,梯度算子锐化 sobel和prewi-Image sharpening, including Laplacian sharpening four neighborhood template Butterworth high-pass filter sharpening, the order M = 3 cut off frequency D0 = 40, sharpening sobel gr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5431
    • 提供者:马雪亮
  1. Image-Processing

    0下载:
  2. vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复原,随机、椒盐噪声)、图像编码(赫夫曼编码、香农费诺编码、行
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16464506
    • 提供者:李欣
  1. ClassDesign

    0下载:
  2. 设计了一个图像处理的类,有sobel、Laplacian等边缘检测算法的实现,还有FFT、理想高通、低通滤波器、巴特沃斯滤波器的实现-Designed a type of image processing, a sobel, Laplacian edge detection algorithm such as the realization, as well as FFT, the ideal high-pass, low pass filter, Butterworth filter to a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:7102
    • 提供者:Julie
  1. imageproc

    0下载:
  2. Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering image sharpening with the Laplac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:815
    • 提供者:tony
  1. fingerprint

    0下载:
  2. 指纹识别算法的平滑处理和加强处理(高通滤波)有sobel prewitt log方法。保留的为prewitt。另一个文件是图像的二值化处理和去噪。后面的程序还在制作中-Fingerprint recognition algorithm to smooth and enhance the process (high-pass filter) has sobel prewitt log method. Reserved for the prewitt
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:1120
    • 提供者:robinhood
  1. 41_cyq

    0下载:
  2. 可以打开bmp真彩图像,并能完成Sobel边缘检测算子提取边缘还能完成低通滤波,高通滤波等基本图像处理-Can open bmp true color images, and can complete the Sobel edge detection operator can extract the edge of complete low-pass filter, high pass filter, and other basic image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2015004
    • 提供者:yue
  1. ImageProcessing

    0下载:
  2. matlab 图形图像处理 包括灰度直方图、均值滤波、位图分割、sobel边缘检测等-matlab graphics, image processing, including histogram, mean filter, bitmap segmentation, sobel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2683
    • 提供者:陈晓莉
  1. Image-Edge-Detection

    0下载:
  2. 提出一种在噪声条件下将中值滤波与Sobel、Canny算子相结合进行图像边缘检测的方法。首先,采用中值滤波对图像进 行平滑处理,再利用Sobel、Canny算子检测图像边缘。仿真实验表明。该方法对图像边缘检测精度较高,抗噪声性能强,可 提高图像边缘检测效果。-This article proposed an image edge detection method based on the median value filter,Sobel and Canny Operator und
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:238190
    • 提供者:王文
  1. Fundamentals-of-Image-Processing

    1下载:
  2. 非常全面的高级图像处理算法,包括灰度转换,彩色图像处理,DFT,直方图,膨胀,腐蚀,中值滤波,SOBEL滤波,RGB转HSV,Gamma校正等-Very comprehensive advanced image processing methods ,including gray scale transform, color image processing, DFT, SOBEL filter,RGB2HSV, GAMMA correction and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:240593
    • 提供者:evan
  1. TMS320C6678

    0下载:
  2. 本代码实现了TMS320C6678通过SOCKET编程建立一个服务器,电脑作为CLIENT端发送图片给TMS320C6678,6678对图片进行sobel滤波-The code to achieve the establishment of a TMS320C6678 server SOCKET programming, computer image as a CLIENT sends to TMS320C6678,6678 the picture sobel filter
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-27
    • 文件大小:9893892
    • 提供者:wangyongjun
  1. filter_sobel_cgl

    0下载:
  2. 用IDL语言编写的sobel滤波算子,已通过调试,放心使用(the filter algorithm of sobel)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:cgl517
  1. code39_v06

    0下载:
  2. This example shows how to generate a standalone C library from MATLAB code that implements a simple Sobel filter that performs bar code opertaion
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:7168
    • 提供者:samuu21
  1. image process

    0下载:
  2. 基础图像预处理的代码实现,均值/中值滤波,sobel/拉普拉斯/canny 提取边缘,直方图均衡化以及直方图规定化(Fundamental image preprocessing code implementation, mean/median filtering, sobel/Laplacian/canny extraction edges, histogram equalization, and histogram specification)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1108992
    • 提供者:Althindor
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com